home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000392_news@newsmaster….columbia.edu _Mon Apr 6 22:49:23 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id WAA08777
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 6 Apr 1998 22:49:22 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id WAA22534
  7.     for kermit.misc@watsun; Mon, 6 Apr 1998 22:49:22 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.mel.connect.com.au!not-for-mail
  9. From: Ross Irvine <rirvine@netlink.com.au>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Msdos Kermit & Windows 95 DOS prompt.
  12. Date: Tue, 07 Apr 1998 12:49:50 +1000
  13. Organization: Victorian BreastScreen Registry
  14. Lines: 71
  15. Message-ID: <3529944E.1ACDB07A@netlink.com.au>
  16. NNTP-Posting-Host: kermit.netlink.com.au
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 4.04 [en] (Win95; I)
  21. Cache-Post-Path: kermit.netlink.com.au!unknown@dl292.mel.netlink.com.au
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:8595
  23.  
  24. Hello All,
  25.     I have a situation where at some of my remote sites I use
  26. ms dos kermit 3.15 to transfere some files overnight.
  27.  
  28. The PC's reboot into windows 95 command prompt only (eg no windows GUI)
  29. to run Kermit. I have to use kermit for dos as kermit95 (which I also
  30. have) will not run in the command prompt mode as it's not a 32bit
  31. environment.
  32.  
  33. My problem is setting the com port in DOS. Here's an example of what
  34. happens :
  35.  
  36. ** START EXAMPLE
  37. MS-DOS Kermit: 3.15 15 Sept 1997 patch level 1
  38. Executing F:\MIS\ISDN\REGISTRY\KERMIT\MSKERMIT.PCH...
  39. Installing patches...
  40.  
  41. MS-DOS Kermit 3.15 Initialization File...
  42. Dialing directory "F:\MIS\ISDN\REGISTRY\KERMIT\DIALUPS.TXT" not found.
  43. ?Warning: unknown hardware for port. Using the Bios as BIOS1
  44. Unimplemented speed
  45. ?Cannot use RTS/CTS on non-UART ports
  46. Smile!
  47. [F:\MIS\ISDN\REGISTRY\KERMIT] MS-Kermit>quit
  48. Bye!
  49. F:\MIS\ISDN\REGISTRY\KERMIT>kermit
  50. IBM-PC MS-DOS Kermit: 3.15 15 Sept 1997
  51. Copyright (C) Trustees of Columbia University 1982, 1997.
  52.  
  53. Type ? or HELP for help
  54.  MS-DOS Kermit: 3.15 15 Sept 1997 patch level 1
  55. Executing F:\MIS\ISDN\REGISTRY\KERMIT\MSKERMIT.PCH...
  56. Installing patches...
  57.  
  58. MS-DOS Kermit 3.15 Initialization File...
  59. Dialing directory "F:\MIS\ISDN\REGISTRY\KERMIT\DIALUPS.TXT" not found.
  60. Smile!
  61. [F:\MIS\ISDN\REGISTRY\KERMIT] MS-Kermit>
  62.  
  63. ** END EXAMPLE
  64.  
  65. The line it's dying on in the mscustom.ini files is:
  66. set port 1
  67.  
  68. As you can see, the first time I ran kermit it doesn't find the com port
  69. and sets the port to bios 1. I then exit kermit and reload it straight
  70. away (without rebooting or doing anything) and kermit finds the com port
  71. and works happily.
  72.  
  73. My question is why? This is on an old Compaq Prolinea 5100 32Meg ram,
  74. nothing special, normal com port settings (irq,base addres etc). It also
  75. seems to happen on all the PC's I have access to.
  76.  
  77. Regardless of if I run it from the windows 95 command mode or in a dos
  78. windows inside windows 95 gui it does the same thing. Kermit 316 Alpha 5
  79. also does this.
  80.  
  81. It just seems like sometimes it works, sometimes it doesn't.
  82.  
  83. I've tried, trying to capture the warning message on the set port 1
  84. statement in the mscustom.ini, so I can just loop the set port 1
  85. staement until it works. The problem with this is that the warning
  86. message is all that is returned from the set port command. It does not
  87. return FAILURE, so I can't "test" to see if it worked or not.
  88.  
  89. Should I be using "set port com1" instead of "set port 1" is there any
  90. difference?
  91.  
  92. If anyone has any ideas I would be greatfull.
  93.  
  94. regards.